Skip to content

typo: rows -> columns #34757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2020
Merged

typo: rows -> columns #34757

merged 1 commit into from
Jun 14, 2020

Conversation

hartzell
Copy link
Contributor

I'm new to pandas and reading the docs for the first time. By my reading of the first part of this paragraph, there's a dictionary of lists and the lists are ["Braund...", "Allen...", ...], [22, 35, 58], and ["male", "male", "female"].

The original sentence says: "... and the values in each list as rows of the DataFrame", but the values in the first list (["Baund...]) are the values in the first column of the illustration. Likewise the list [22,...] is the second column and ["male",...] is the third.

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

I'm new to pandas and reading the docs for the first time.  By my reading of the first part of this paragraph, there's a dictionary of lists and the lists are `["Braund...", "Allen...", ...]`, `[22, 35, 58]`, and `["male", "male", "female"]`.

The original sentence says: "... and the values in each list as rows of the DataFrame", but the values in the first list (`["Baund...]`) are the values in the first **column** of the illustration.  Likewas the list `[22,...]` is the second column and `["male",...]` is the third.
@WillAyd WillAyd added the Docs label Jun 14, 2020
@WillAyd WillAyd added this to the 1.1 milestone Jun 14, 2020
@WillAyd WillAyd merged commit a79ac36 into pandas-dev:master Jun 14, 2020
@WillAyd
Copy link
Member

WillAyd commented Jun 14, 2020

thanks

@hartzell hartzell deleted the patch-1 branch June 14, 2020 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants